home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmRecentsites
- BackColor = &H00000000&
- BorderStyle = 1 'Fixed Single
- Caption = "Recent Sites"
- ClientHeight = 2250
- ClientLeft = 4260
- ClientTop = 2670
- ClientWidth = 2460
- Icon = "frmRecentsites.frx":0000
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2250
- ScaleWidth = 2460
- Begin VB.CommandButton cmdRecentSites
- Caption = "Done"
- Height = 375
- Left = 600
- TabIndex = 1
- Top = 1800
- Width = 1335
- End
- Begin VB.Label Label1
- BackColor = &H00000000&
- Caption = $"frmRecentsites.frx":08CA
- ForeColor = &H000000FF&
- Height = 1575
- Left = 240
- TabIndex = 0
- Top = 120
- Width = 1935
- End
- Attribute VB_Name = "frmRecentsites"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub cmdRecentSites_Click()
- frmRecentsites.Hide
- frmother.Show
- End Sub
-